added samples
[windows-sources.git] / sdk / samples / all in on code / Visual Studio 2008 / MFCDialog / MFCDialog.h
blob5e1e37a895c83abe7ee669fc30f7c6e531cf9042
1 /****************************** Module Header ******************************\
2 * Module Name: MFCDialog.h
3 * Project: MFCDialog
4 * Copyright (c) Microsoft Corporation.
5 *
6 * This source is subject to the Microsoft Public License.
7 * See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL.
8 * All other rights reserved.
9 *
10 * History:
11 * * 1/21/2009 11:04 PM Jialiang Ge Created
12 \***************************************************************************/
14 #pragma once
17 #ifndef __AFXWIN_H__
18 #error "include 'stdafx.h' before including this file for PCH"
19 #endif
21 #include "resource.h" // main symbols
24 // CMFCDialogApp:
25 // See MFCDialog.cpp for the implementation of this class
28 class CMFCDialogApp : public CWinAppEx
30 public:
31 CMFCDialogApp();
33 // Overrides
34 public:
35 virtual BOOL InitInstance();
37 // Implementation
39 DECLARE_MESSAGE_MAP()
42 extern CMFCDialogApp theApp;